projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d891bb8
)
paned: Add a deprecation note
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Dec 2015 11:49:35 +0000
(06:49 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Dec 2015 13:41:16 +0000
(08:41 -0500)
gtk/gtkpaned.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpaned.c
b/gtk/gtkpaned.c
index 950824b8ba5e85f8e0d478bf382d846858e08efa..dbd60cc6bf7f8b7ceb350bcf855e8f1d53458ffb 100644
(file)
--- a/
gtk/gtkpaned.c
+++ b/
gtk/gtkpaned.c
@@
-419,6
+419,13
@@
gtk_paned_class_init (GtkPanedClass *class)
FALSE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
+ /**
+ * GtkPaned::handle-size:
+ *
+ * The width of the handle.
+ *
+ * Deprecated: 3.20: Use CSS min-width and min-height instead.
+ */
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("handle-size",
P_("Handle Size"),